home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 April / macformat-023.iso / Reader's Corner / Reader's Contibutions / Modified / FrEQuency data / 00010.ls < prev    next >
Encoding:
Text File  |  1995-01-19  |  163 b   |  9 lines

  1. on mouseUp
  2.   global hidden
  3.   set the movieRate of sprite 23 to 1
  4.   set hidden to hidden + 1
  5.   if hidden > 6 then
  6.     set the visible of sprite 6 to 1
  7.   end if
  8. end
  9.